home *** CD-ROM | disk | FTP | other *** search
- TwoPassUIControl = {
- ACTIONS = {
- updateFromTextFields:;
- updateTextFields:;
- startProcess:;
- abortProcess:;
- updateIconViews:;
- runPassTwo:;
- windowWillClose:;
- runPassOne:;
- };
- OUTLETS = {
- destinationText;
- logText;
- theWindow;
- subprocessObj;
- destinationDragView;
- sourceDragView;
- startButton;
- sourceText;
- };
- SUPERCLASS = Object;
- };
- DragView = {
- ACTIONS = {
- clearCurrentImage:;
- acceptProposedImage:;
- abortProposedImage:;
- };
- OUTLETS = {
- delegate;
- };
- SUPERCLASS = View;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- DragViewDelegate = {
- ACTIONS = {
- };
- OUTLETS = {
- };
- SUPERCLASS = Object;
- };
-